home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / physics1.exe / SYVSSX.OVL < prev    next >
Text File  |  1986-07-31  |  169b  |  5 lines

  1. 1130 A = 0:B = 11:D = 0:C = 7: GOTO 1140
  2. 1700 TITLE$ = "Trajectory: y vs x (In meters)"
  3. 1710 YT$ = "y":XT$ = "x"
  4. 1790 Y=SIN(AN)*X/COS(AN)-.5*9.8*(X/(V0*COS(AN)))^2
  5.